home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_092 / contents < prev    next >
Text File  |  1992-05-06  |  3KB  |  66 lines

  1. This is disk 92 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3. Note that none of these can be used from the workbench, thus they
  4. do not have any directory icons.  You must use the CLI environment to
  5. use these materials.
  6.  
  7. As6502        Contains a portable 6502 assembler, including source
  8.         in C.
  9.         Author:  J. Van Ornum; Amiga port by Joel Swank
  10.  
  11. Bawk        Text processor inspired by the Unix awk utility.
  12.         This is an update to the copy released on disk 65.
  13.         Bawk searches files for specific patterns and performs
  14.         actions for every occurance of these patterns.  The
  15.         patterns can be regular expressions.  The actions are
  16.         expressed using a subset of the C language.  Includes
  17.         source in C.
  18.         Author:  Bob Brodt; Amiga port by Johan Widen
  19.  
  20. HunkPad        HunkPad pads an object file out to where it is exactly
  21.         a multiple of 128 bytes, thus making it immune to having
  22.         garbage appended on to the end of it by xmodem type
  23.         file transfer protocols.  Version 2, includes source.
  24.         Update to version released on disk 84.
  25.         Author:  J. Hamilton
  26.  
  27. Less        Like Unix "more", only better, with forward and
  28.         backward scrolling, searching and positioning by
  29.         percent of file and line number, etc.  Very useful!
  30.         This is Amiga version 1.2, an update to the version
  31.         on disk number 74.  Includes source.
  32.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  33.  
  34. Ndir        Library that implements the 4BSD unix directory access
  35.         routines (opendir, closedir, readdir, etc).  Includes
  36.         source in C.
  37.         Author:  Mike Meyer
  38.  
  39. Parse        A recursive descent expression parser that parses 
  40.         expressions, computes the expression value, and prints
  41.         it.  Includes support for some built in transcendental 
  42.         functions.  Includes source in C.
  43.         Author:  John Olsen
  44.  
  45. Shar        Two programs to pack and unpack shell archives on the
  46.         Amiga.  Shell archives are the traditional Usenet
  47.         method of bundling multiple text files for posting
  48.         as a unit or for sending via electronic mail.  Includes
  49.         source in C.
  50.         Author:  Fabbian G. Dufoe
  51.  
  52. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  53.         Binary only.
  54.         Author:  Bryce Nesbitt
  55.  
  56. UUencode    Programs to encode/decode binary files for transmittal
  57.         via mail or other text-only methods.  The binary file
  58.         is expanded by approximately 35% for transmittal.  This
  59.         release is an update to the version on disk number 53,
  60.         and includes a simple line-by-line checksum technique that
  61.         can read and write files compatible with the older
  62.         uuencode/uudecode, plus a file size test modification that
  63.         is transparent to older uudecodes.
  64.         Author:  Mark Horton with mods by Alan Rosenthal and 
  65.              Bryce Nesbitt
  66.